Re: sequences of length 1 in inline-threaded
Chris Pickett <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Grzegorz B. Prokopski wrote: > > BTW: I don't know whether you've seen this one (optimization of method > preparation). Sounds like a good idea to me. > > http://sablevm.org/bugs/13 I'm not so sure it's worth it. A very large program might have as many as 10000 methods, but anything important is going to have millions to billions of method calls (HelloWorld is hundreds of thousands IIRC). In general, profile, then optimize. Still, I think it's an interesting way to get familiar with the VM. Maybe Etienne can assign it in his winter VM course (which I might take). Chris