Bug 133687

Summary: Get rid of NoStaticTables in CodeGeneratorJS
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: NEW    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 133661    
Bug Blocks:    

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.