Ignore:
Timestamp:
Jul 31, 2017, 3:47:04 PM (8 years ago)
Author:
[email protected]
Message:

Make more things LLInt constexprs
https://bugs.webkit.org/show_bug.cgi?id=174994

Reviewed by Saam Barati.

This patch makes more const values in the LLInt constexprs.
It also deletes all of the no longer necessary static_asserts in
LLIntData.cpp. Finally, it fixes a typo in parser.rb.

  • interpreter/ShadowChicken.h:

(JSC::ShadowChicken::Packet::tailMarker):

  • llint/LLIntData.cpp:

(JSC::LLInt::Data::performAssertions):

  • llint/LowLevelInterpreter.asm:
  • offlineasm/generate_offset_extractor.rb:
  • offlineasm/parser.rb:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/parser.rb

    r220047 r220078  
    44# modification, are permitted provided that the following conditions
    55# are met:
    6 # 1. Redistributions of source code must retain the above copyrighht
     6# 1. Redistributions of source code must retain the above copyright
    77#    notice, this list of conditions and the following disclaimer.
    88# 2. Redistributions in binary form must reproduce the above copyright
Note: See TracChangeset for help on using the changeset viewer.