Displaying 4 results from an estimated 4 matches for "loadfield".
2007 Nov 06
4
[LLVMdev] Dynamic (JIT) type resolution
...tr call and the load/store? I probably can also face the
problem of code optimization, where the store/load would not be next to
the callback call.
Will I also have these issues with 2)? I don't know if LLVM does
optimization on DAG nodes. The dag nodes that I would like to generate
for a llvm.loadfield.{type} would be:
DAG.getCall(FieldCallback); // Or something similar, I don't know
exactly the syntax ;-)
DAG.getLoad();
When (if possible) can I be sure that these two instructions are next to
each other in the native code?
(Oh, and also, I would like codegen to not clobber caller-sav...
2007 Nov 06
0
[LLVMdev] Dynamic (JIT) type resolution
...ly can also face the
> problem of code optimization, where the store/load would not be next
> to
> the callback call.
>
> Will I also have these issues with 2)? I don't know if LLVM does
> optimization on DAG nodes. The dag nodes that I would like to generate
> for a llvm.loadfield.{type} would be:
>
> DAG.getCall(FieldCallback); // Or something similar, I don't know
> exactly the syntax ;-)
> DAG.getLoad();
>
> When (if possible) can I be sure that these two instructions are
> next to
> each other in the native code?
>
> (Oh, and also,...
2007 Nov 06
2
[LLVMdev] Dynamic (JIT) type resolution
...; problem of code optimization, where the store/load would not be next
>> to
>> the callback call.
>>
>> Will I also have these issues with 2)? I don't know if LLVM does
>> optimization on DAG nodes. The dag nodes that I would like to generate
>> for a llvm.loadfield.{type} would be:
>>
>> DAG.getCall(FieldCallback); // Or something similar, I don't know
>> exactly the syntax ;-)
>> DAG.getLoad();
>>
>> When (if possible) can I be sure that these two instructions are
>> next to
>> each other in the native...
2015 Mar 05
2
Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]
...onfigSetService.createIndexSchema(ConfigSetService.java:90)
at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:62)
... 7 more
Caused by: org.apache.solr.common.SolrException: Unknown fieldType
'text_general' specified on field text
at org.apache.solr.schema.IndexSchema.loadFields(IndexSchema.java:638)
at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:489)
... 12 more
,code=500}
On Thu, Mar 5, 2015 at 5:04 PM, Muzaffer Tolga Ozses <tolga at ozses.net> wrote:
> Sure thing
>
> On 5 March 2015 at 11:52, Kevin Laurie <superinterstellar at gma...