Ignore:
Timestamp:
Dec 1, 2015, 5:37:19 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r192914.
https://bugs.webkit.org/show_bug.cgi?id=151734

JSC tests for this change are failing on 32 and 64-bit bots
(Requested by ryanhaddad on #webkit).

Reverted changeset:

"[ES6] Implement LLInt/Baseline Support for ES6 Generators and
enable this feature"
https://bugs.webkit.org/show_bug.cgi?id=150792
http://trac.webkit.org/changeset/192914

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm

    r192914 r192935  
    698698
    699699macro getFrameRegisterSizeForCodeBlock(codeBlock, size)
    700     loadi CodeBlock::m_numCalleeLocals[codeBlock], size
     700    loadi CodeBlock::m_numCalleeRegisters[codeBlock], size
    701701    lshiftp 3, size
    702702    addp maxFrameExtentForSlowPathCall, size
     
    12281228
    12291229
    1230 _llint_op_new_generator_func:
    1231     traceExecution()
    1232     callSlowPath(_llint_slow_path_new_generator_func)
    1233     dispatch(4)
    1234 
    1235 
    12361230_llint_op_new_array:
    12371231    traceExecution()
     
    14631457    traceExecution()
    14641458    callSlowPath(_llint_slow_path_new_func_exp)
    1465     dispatch(4)
    1466 
    1467 _llint_op_new_generator_func_exp:
    1468     traceExecution()
    1469     callSlowPath(_llint_slow_path_new_generator_func_exp)
    14701459    dispatch(4)
    14711460
     
    15851574
    15861575
    1587 _llint_op_save:
    1588     traceExecution()
    1589     callSlowPath(_slow_path_save)
    1590     dispatch(4)
    1591 
    1592 
    1593 _llint_op_resume:
    1594     traceExecution()
    1595     callSlowPath(_slow_path_resume)
    1596     dispatch(3)
    1597 
    1598 
    15991576_llint_op_create_lexical_environment:
    16001577    traceExecution()
Note: See TracChangeset for help on using the changeset viewer.