Changeset 53444 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Jan 18, 2010, 5:19:37 PM (15 years ago)
Author:
Darin Adler
Message:

Fix build by reverting the previous change.

  • runtime/UString.h: Rolled out the FastAllocBase base class.

It was making UString larger, and therefore JSString larger,
and too big for a garbage collection cell.

This raises the unpleasant possibility that many classes became
larger because we added the FastAllocBase base class. I am
worried about this, and it needs to be investigated.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.