WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
133687
Get rid of NoStaticTables in CodeGeneratorJS
https://bugs.webkit.org/show_bug.cgi?id=133687
Summary
Get rid of NoStaticTables in CodeGeneratorJS
Mark Hahnenberg
Reported
2014-06-10 11:31:23 PDT
It was originally used to avoid issues with workers accessing static global HashTables. Now that we eagerly reify most properties onto actual JSObjects, we've sidestepped the performance problem of using normal char* strings inside the HashTables, thus allowing us to have all global tables all the time.
Attachments
Add attachment
proposed patch, testcase, etc.
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