Hell everyone, I saw a patch by Karl this morning, where implemented a few ARM Lithium stubs http://codereview.chromium.org/6069010/
I had been working on a few of these too, but I was fixing other bugs discovered and I did not upload them. So that we don't overlap, here is a list of the ARM LCodeGen stubs I have implemented over the last few days. DoStoreNamedField DoLoadNamedField DoIsNull DoClassOfTestAndBranch DoCmpMapAndBranch DoCheckPrototypeMaps DoCallConstantFunction DoLoadElements DoArrayLength DoBoundsCheck DoLoadKeyedFastElement DoStoreKeyedFastElement Also I mentioned a bug I found in LCodeGen::DoBranch that appeared when both DoLoadNamedField and DoStoreNamedField are implemented. The fix is very simple and we should upload it today. However this does not solve all our problems: another (hopefully not too many) bug is hiding after this one. I'll start uploading the other stubs when these bugs are fixed. Cheers, Alexandre -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
