search for: 1207,10

Displaying 8 results from an estimated 8 matches for "1207,10".

Did you mean: 107,10
2006 Dec 08
0
[LLVMdev] Proposed: first class packed structures
...===================== RCS file: /home/vadve/shared/PublicCVS/llvm/lib/AsmParser/ llvmAsmParser.y,v retrieving revision 1.287 diff -t -d -u -p -5 -r1.287 llvmAsmParser.y --- lib/AsmParser/llvmAsmParser.y 5 Dec 2006 23:46:41 -0000 1.287 +++ lib/AsmParser/llvmAsmParser.y 6 Dec 2006 20:02:18 -0000 @@ -1207,10 +1207,20 @@ UpRTypes : '\\' EUINT64VAL { It looks like you need to handle <{}> in the same places that handle {}, for empty packed structs. =================================================================== RCS file: /home/vadve/shared/PublicCVS/llvm/lib/Bytecode/Writer/ Writ...
2007 Nov 08
0
5 commits - libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h player/swfdec_slow_loader.c test/trace
...= SWFDEC_TICKS_PER_SECOND * 256 / player->rate; + swfdec_player_add_timeout (player, &player->iterate_timeout); swfdec_player_perform_external_actions (player); SWFDEC_INFO ("=== START ITERATION ==="); /* start the iteration. This performs a goto next frame on all @@ -1207,10 +1211,6 @@ swfdec_player_iterate (SwfdecTimeout *timeout) } swfdec_player_resource_request_perform (player); swfdec_player_perform_actions (player); - /* add timeout again */ - /* FIXME: rounding issues? */ - player->iterate_timeout.timestamp += SWFDEC_TICKS_PER_SECOND * 256 / pla...
2006 Dec 06
4
[LLVMdev] Proposed: first class packed structures
Currently, Structure layout is left to targets, which implement them according to the ABI of that platform. While this is fine for most structures, it makes packed structures very ugly. All fields in a packed type must be converted to byte arrays with casts to access fields, which bloats accesses and obsfucates the types. First class support for packed types would clean up the generated code
2011 Dec 15
12
[PATCH v5 00/11] virtio: s4 support
Hi, These patches add support for S4 to virtio (pci) and all drivers. Michael saw some race in virtio-net module removal which will need a similar fix for the freeze code as well. I'll update the virtio-net patch with that fix once the fix is settled upon and applied. For each driver, all vqs are removed before hibernation, and then re-created after restore. Some driver-specific uninit
2011 Dec 15
12
[PATCH v5 00/11] virtio: s4 support
Hi, These patches add support for S4 to virtio (pci) and all drivers. Michael saw some race in virtio-net module removal which will need a similar fix for the freeze code as well. I'll update the virtio-net patch with that fix once the fix is settled upon and applied. For each driver, all vqs are removed before hibernation, and then re-created after restore. Some driver-specific uninit
2011 Dec 06
17
[PATCH v4 00/12] virtio: s4 support
Hi, These patches add support for S4 to virtio (pci) and all drivers. For each driver, all vqs are removed before hibernation, and then re-created after restore. Some driver-specific uninit and init work is also done in the freeze and restore functions. All the drivers in testing work fine: * virtio-blk is used for the only disk in the VM, IO works fine before and after. 'dd
2011 Dec 06
17
[PATCH v4 00/12] virtio: s4 support
Hi, These patches add support for S4 to virtio (pci) and all drivers. For each driver, all vqs are removed before hibernation, and then re-created after restore. Some driver-specific uninit and init work is also done in the freeze and restore functions. All the drivers in testing work fine: * virtio-blk is used for the only disk in the VM, IO works fine before and after. 'dd
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...23: toString! [type Object] 23: toString! @@ -1165,10 +1193,10 @@ true true 23: toString! 23: valueOf! --2147483648 +0 23: toString! [type Object] -Testing with: (51) [type Object] (object) +Testing with: (52) [type Object] (object) 24: toString! [type Object] 24: toString! @@ -1179,10 +1207,10 @@ true true 24: toString! 24: valueOf! --2147483648 +0 24: toString! [type Object] -Testing with: (52) [type Object] (object) +Testing with: (53) [type Object] (object) 25: toString! [type Object] 25: toString! @@ -1193,10 +1221,10 @@ true true 25: toString! 25: valueOf! --2147483648...