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
Note You need to log in before you can comment on or make changes to this bug.