| Auto-Submit | +1 |
PTAL, something to think about in TSA too
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[csa] Add inline fast paths for CAST checks
Speed up CAST type checks for common types by using inlined CSA type
checks rather than unconditionally entering C++ for CheckObjectType.
Failed checks still fall through into C++, so any failure error messages
should stay unchanged.
This does require moving CAST and CheckedNode into CSA from
CodeAssembler, since the type check predicates are CodeStubAssembler
code. The few CASTs that were in CodeAssembler have to become either raw
Node*s, or UncheckedCasts, with CSA wrappers that do the proper CASTing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |