RESOLVED FIXED 136359
move emissions of op_profile_type out of BytecodeGenerator::emitMove
https://bugs.webkit.org/show_bug.cgi?id=136359
Summary move emissions of op_profile_type out of BytecodeGenerator::emitMove
Saam Barati
Reported 2014-08-28 17:44:52 PDT
Currently, this will emit an op_profile_type if it sees that the destination register isn't a temporary. And in NodesCodegen, after these emitMove calls, there will be calls to generator::emitTypeProfilerExpressionInfo. But, just by reading the code in NodesCodegen, it's confusing why this expression info is emitted. It's better to just inline the emission of op_profile_type everywhere emitTypeProfilerExpressionInfo is called.
Attachments
Saam Barati
Comment 1 2015-08-13 13:52:16 PDT
Note You need to log in before you can comment on or make changes to this bug.