This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFC: Java class registration (w/crtstuff change)


On Mon, Jul 30, 2001 at 01:08:44AM -0400, green@peach.cygnus.co.uk wrote:
> (This patch needs more testing on different platforms, but I'm curious
> to hear thoughts, especially w.r.t. crtstuff change - thanks).

The existing crtstuff is disgusting.  I don't want any new
code mirroring how things are currently done there.

Therefore: define a JCR_SECTION in defaults.h and use 
named_section to switch sections.

> +  if (_Jv_RegisterClasses)
> +    _Jv_RegisterClasses(__JCR_LIST__);

Probably want to do this before constructors are called.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]