Closed
Bug 575416
Opened 15 years ago
Closed 9 years ago
Adding new atoms and shared string literals is unwieldy
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 789635
People
(Reporter: Waldo, Assigned: Waldo)
Details
Adding an atom or const char[] means you have to add code in four separate places to do it. I've had to do this a handful of times recently, and it's pretty painful each time. We should move all atom- and char[]-definition code into a single table file to simplify changes.
Comment 1•15 years ago
|
||
This would be great. I have no excuse for why we haven't done it already, since we have lotsa *.tbl matches. No matter -- I'll review promptly, probably Igor will too if you need it.
/be
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•