Bug 133687
| Summary: | Get rid of NoStaticTables in CodeGeneratorJS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Hahnenberg <mhahnenberg> |
| Component: | JavaScriptCore | Assignee: | 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
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. |