[Cuis] Optimizing away unused literals

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Cuis] Optimizing away unused literals

keith1y
 
In using Cuis, I discover that unused literals in a method, otherwise  
known as "poor-mans pragmas" are optimized away in compiledMethod.  
Does anyone know when this happened? (or was I using some other method  
to find them)

Keith
Reply | Threaded
Open this post in threaded view
|

Re: [Cuis] Optimizing away unused literals

Bert Freudenberg

On 13.02.2010, at 16:43, keith wrote:
>
> In using Cuis, I discover that unused literals in a method, otherwise known as "poor-mans pragmas" are optimized away in compiledMethod. Does anyone know when this happened? (or was I using some other method to find them)
>
> Keith

In any case that's not a VM problem.

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: [Cuis] Optimizing away unused literals

keith1y
 
>> In using Cuis, I discover that unused literals in a method,  
>> otherwise known as "poor-mans pragmas" are optimized away in  
>> compiledMethod. Does anyone know when this happened? (or was I  
>> using some other method to find them)
>>
>> Keith
>
> In any case that's not a VM problem.
>

Sorry for the mis-send

Keith
Reply | Threaded
Open this post in threaded view
|

Re: [Cuis] Optimizing away unused literals

Bert Freudenberg

On 13.02.2010, at 18:17, keith wrote:

>
>>> In using Cuis, I discover that unused literals in a method, otherwise known as "poor-mans pragmas" are optimized away in compiledMethod. Does anyone know when this happened? (or was I using some other method to find them)
>>>
>>> Keith
>>
>> In any case that's not a VM problem.
>>
>
> Sorry for the mis-send
>
> Keith

No problem, just so you don't search in the wrong direction.

- Bert -