Re: [webkit-dev] constant pool space and jit

2009-03-26 Thread Geoffrey Garen
I was wondering whether it is possible to remove the constant pool area in jit. It is. RegisterFile contents right now: ... [ CallFrame ] [ Cleared const pool ] [ temporary SF registers ] ... (SF means SquirellFish) The constant pool is only used by interpreter, the jit simply clears

[webkit-dev] constant pool space and jit

2009-03-26 Thread Zoltan Herczeg
Hi, I was wondering whether it is possible to remove the constant pool area in jit. RegisterFile contents right now: ... [ CallFrame ] [ Cleared const pool ] [ temporary SF registers ] ... (SF means SquirellFish) The constant pool is only used by interpreter, the jit simply clears the area. It