Re: verbose_methods cloned code patch
Chris Pickett <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Etienne Gagnon wrote: > Chris Pickett wrote: > >> This moves the cloned code for verbose methods entering and exiting >> into thread.c > > > Any reason for putting this in thread.c, in stead of util1.c or util2.c? > > (hmmm... probably util1 would be too soon... I guess util2) No strong reason. I just thought it made sense, since it's specifically Java threads that are entering and exiting methods. I guess it should be wherever _svmf_dump_stack_trace lives (although, I think thread.c is a logical place for that too). Chris