pthread_getspecific() is expensive, call only once
commitda5960c877e2275075674969c6e6a4156db40f7c
authorNevo <sakur.deagod@gmail.com>
Wed, 29 Apr 2009 10:26:58 +0000 (29 12:26 +0200)
committerGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 29 Apr 2009 12:15:20 +0000 (29 14:15 +0200)
tree556658f586d596a4541d09a8b4944cec3f5f22af
parentc76d6123e760b3b73b447fe7e53506eb004a5197
pthread_getspecific() is expensive, call only once

Save time by saving the ExecEnv pointer for the duration of executeJava().
src/interp/engine/interp_jem.c