You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/14 12:09:52 UTC

[Harmony Wiki] Update of "Jitrino OPT/copy" by MaksimAnanjev

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by MaksimAnanjev:
http://wiki.apache.org/harmony/Jitrino_OPT/copy

------------------------------------------------------------------------------
  [[BR]]
  It is important that for non-static synchronized methods the method argument containing "this" is not changed as it is used in getAddressOfThis. This is taken into account by making live-ranges of "this" for such methods "eternal" (living till the end of the method)
  
+ implementation file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CopyExpansion.cpp?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CopyExpansion.cpp]
+