Chromium Code Reviews
DescriptionExperimental: thread live register references to deferred code.
Deferred code conceptually appears inline, but it is generated at the
very end of a function. Since registers could be alive at entry
and/or exit, it needs to know which ones.
We take a snapshot of the global register file's reference counts and
a copy of the virtual frame on entry, and use that to generate the
deferred code. This requires the register file and frame to match for
deferred code snippets with multiple incoming CFG edges. That's
trivially true now because all uses of deferred code occur with fully
spilled frames.
Also included are fixes for some small lint issues.
Patch Set 1 #Patch Set 2 : '' #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||