Displaying 6 results from an estimated 6 matches for "currenttyp".
Did you mean:
currenttop
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
...t of
same type.
I'm using llvm by svn repository updated at two week ago.
The code that I try to generation is something like:
if varInt = 1 then
varInt := 10;
end_if;
This is my code:
void *visit(integer_c *symbol) {
int64_t value = GET_CVALUE(int64, symbol);
if (typeid(*currentType) == typeid(get_datatype_info_c::bool_type_name)) {
std::cout << "Creating integer: " << value << std::endl;
return (void *)ConstantInt::get(Type::getInt1Ty(getGlobalContext()), value, false);
}
return (void *)ConstantInt::get(Type::getInt16Ty(getGlobalContext()...
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
...t I try to generation is something like:
>
> if varInt = 1 then
> varInt := 10;
> end_if;
>
>
> This is my code:
>
> void *visit(integer_c *symbol) {
> int64_t value = GET_CVALUE(int64, symbol);
> if (typeid(*currentType) ==
> typeid(get_datatype_info_c::bool_type_name)) {
> std::cout << "Creating integer: " << value << std::endl;
> return (void
> *)ConstantInt::get(Type::getInt1Ty(getGlobalContext()), value, false);
> }
&g...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...ago.
>
> The code that I try to generation is something like:
>
> if varInt = 1 then
> varInt := 10;
> end_if;
>
>
> This is my code:
>
> void *visit(integer_c *symbol) {
> int64_t value = GET_CVALUE(int64, symbol);
> if (typeid(*currentType) == typeid(get_datatype_info_c::**bool_type_name))
> {
> std::cout << "Creating integer: " << value << std::endl;
> return (void *)ConstantInt::get(Type::**getInt1Ty(getGlobalContext()),
> value, false);
> }
> retur...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...ation is something like:
>>
>> if varInt = 1 then
>> varInt := 10;
>> end_if;
>>
>>
>> This is my code:
>>
>> void *visit(integer_c *symbol) {
>> int64_t value = GET_CVALUE(int64, symbol);
>> if (typeid(*currentType) ==
>> typeid(get_datatype_info_c::bool_type_name)) {
>> std::cout << "Creating integer: " << value << std::endl;
>> return (void
>> *)ConstantInt::get(Type::getInt1Ty(getGlobalContext()), value, false);
>> }
&g...
2015 May 28
3
Re: Concurrent scanning of same disk
...oc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SoftwareType"
libguestfs: trace: hivex_value_key 4481040
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CurrentType"
libguestfs: trace: hivex_value_key 4481344
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "InstallDate"
libguestfs: trace: hivex_value_key 4481880
guestfsd: main_loop: new request, le...
2015 May 27
3
Concurrent scanning of same disk
Greetings,
I am suffering of several weird errors which show randomly and make me
suspect some concurrency issue.
Libguestfs version is 1.28.1, linux kernel 3.16, libvirt 1.2.9 and qemu 2.1.
What I'm trying to do is comparing the disk state at two different point of
a guest execution.
Disk snapshots are taken through libvirt in different moments (I am aware
of caching issue), from such