WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Saam Barati
Comment 1
2015-08-13 13:52:16 PDT
this was done in:
http://trac.webkit.org/changeset/187524
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug