Description[turbofan] Optimize typeof operator without storing strings in Type
We'll take expressions like typeof 'hello' and reduce it to 'string'.
Neat! This CL moves the optimization to an explicit reduction
in typed lowering that inserts a constant string, instead of
relying on type matching.
BUG=
Committed: https://crrev.com/cacb44a92748c14d63125c2e3203534176db20bc
Cr-Commit-Position: refs/heads/master@{#40175}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|