[webkit-dev] LLINT implementation for ARM traditional

2013-02-20 Thread Gabor Rapcsanyi
Hello! I have started to implement LLINT for ARMv5 traditional and ARMv7 traditional but most of the instructions are identical with the ARMv7 ones, so I would like to reuse this instead of copy pasting. I think that the best way is doing the same what x86.rb does. So I'm planning to rename

Re: [webkit-dev] LLINT implementation for ARM traditional

2013-02-20 Thread Filip Pizlo
Yes, I think this is a great way to do it. Happy hacking, -Filip On Feb 20, 2013, at 6:56 AM, Gabor Rapcsanyi rga...@inf.u-szeged.hu wrote: Hello! I have started to implement LLINT for ARMv5 traditional and ARMv7 traditional but most of the instructions are identical with the ARMv7