Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (416)
games submitted by our members
Games in WIP (307)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: 1 [2]
  ignore  |  Print  
  JStackAlloc - stack allocation of "value" objects in Java  (Read 27996 times)
0 Members and 1 Guest are viewing this topic.
Offline jezek2
« Reply #30 - Posted 2011-03-08 04:59:20 »

Finally decided to add support for annotations for stack allocations, yay Smiley This will solve compilation problems for JBullet users and make this library (JStackAlloc) more usable on it's own as the bytecode modification will be optional. My previous stance about not recommending using it unless really necessary still applies though.

The old way will continue to work to anyone who wants it. After a bit of researching, the only option with annotations will be in this form:

1  
@StackAlloc Vector3f vec = new Vector3f();


It will also allow to take any arguments (not just one of the same type like now), in that case the corresponding 'set' method will be used (similarly as in the old way). The ability to "directly" allocate output parameters, like this:

1  
Vector3f avg = average(v1, v2, Stack.alloc(Vector3f.class));


isn't (currently) possible with annotations, so that won't be supported. In JBullet code base it will probably lead to slightly better utilization of such temporary objects as in some cases these temporary objects could be reused when allocating them explicitly through local variable declarations.

However, the bytecode modification is not sufficient to make this work as local variables annotations aren't exported to the bytecode. After a bit of researching, it seems it's doable by using annotation processor (which can be passed as an option to javac). There is no standard way to modify the classes, only by using compiler (javac) specific classes, like the Project Lombok is doing.
Offline Roquen

JGO Ninja


Medals: 68



« Reply #31 - Posted 2011-03-08 15:18:34 »

FYI: I haven't looked into it, and it probably isn't of great interest since it would be eclipse specific, but there is a weaving framework for eclipse for performing these kinds of transforms.
Pages: 1 [2]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
mrbenebob (14 views)
2013-06-19 14:55:23

BrassApparatus (22 views)
2013-06-19 08:52:37

NegativeZero (25 views)
2013-06-19 03:31:52

NegativeZero (28 views)
2013-06-19 03:24:09

Jesse_Attard (32 views)
2013-06-18 22:03:02

HeroesGraveDev (68 views)
2013-06-15 23:35:23

Vermeer (67 views)
2013-06-14 20:08:06

davedes (69 views)
2013-06-14 16:03:55

alaslipknot (61 views)
2013-06-13 07:56:31

Roquen (86 views)
2013-06-12 04:12:32
Smoothing Algorithm Question
by UprightPath
2013-05-28 02:58:26

Smoothing Algorithm Question
by UprightPath
2013-05-28 02:57:33

Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!