search for: lobject

Displaying 7 results from an estimated 7 matches for "lobject".

Did you mean: object
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...lex.h | 27 +- com32/lua/src/llimits.h | 221 +- com32/lua/src/lmathlib.c | 98 +- com32/lua/src/lmem.c | 45 +- com32/lua/src/lmem.h | 28 +- com32/lua/src/loadlib.c | 613 +-- com32/lua/src/lobject.c | 251 +- com32/lua/src/lobject.h | 460 +- com32/lua/src/lopcodes.c | 31 +- com32/lua/src/lopcodes.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lparser.c | 1015 +++-- com32/lua/src/lpar...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...+- > com32/lua/src/llimits.h | 221 +- > com32/lua/src/lmathlib.c | 98 +- > com32/lua/src/lmem.c | 45 +- > com32/lua/src/lmem.h | 28 +- > com32/lua/src/loadlib.c | 613 +-- > com32/lua/src/lobject.c | 251 +- > com32/lua/src/lobject.h | 460 +- > com32/lua/src/lopcodes.c | 31 +- > com32/lua/src/lopcodes.h | 106 +- > com32/lua/src/loslib.c | 166 +- > com32/lua/src/lparser.c | 1015...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...x.h | 27 +- com32/lua/src/llimits.h | 221 +- com32/lua/src/lmathlib.c | 98 +- com32/lua/src/lmem.c | 45 +- com32/lua/src/lmem.h | 28 +- com32/lua/src/loadlib.c | 641 +++-- com32/lua/src/lobject.c | 251 +- com32/lua/src/lobject.h | 460 +++- com32/lua/src/lopcodes.c | 31 +- com32/lua/src/lopcodes.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lparser.c | 1015 +++++--- com32/lua/src...
2003 Aug 22
3
PAE removal patch for testing
...amp; (p->busy == 0) && (p->flags & (PG_BUSY | PG_FICTITIOUS)) == 0) { if ((p->queue - p->pc) == PQ_CACHE) @@ -2261,6 +2454,7 @@ } } } + return; } /* @@ -2308,7 +2502,7 @@ mpte = NULL; for (i = 0; i < PAGEORDER_SIZE; i++) { vm_object_t lobject; - pt_entry_t *pte; + unsigned *pte; addr = addra + pmap_prefault_pageorder[i]; if (addr > addra + (PFFOR * PAGE_SIZE)) @@ -2317,11 +2511,11 @@ if (addr < starta || addr >= entry->end) continue; - if ((*pmap_pde(pmap, addr) & PG_V) == 0) + if ((*pmap_pde(pmap,...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.01 12453 0 0.00 12453 loadbins.ll 1 74518 0 0.01 74485 0 0.01 74485 LoadCodecs.ll 20 151022 0 0.02 150987 0 0.02 149972 loadexe.ll 1 16807 0 0.01 16777 0 0.01 16777 loadlib.ll 24 68858 0 0.01 68843 0 0.01 68843 load.ll 5 38589 0 0.01 38569 0 0.01 38569 loadpg.ll 2 73982 0 0.01 73949 0 0.01 73949 lobject.ll 12 62363 0 0.01 62348 0 0.01 62348 LockedStream.ll 7 16832 0 0.01 16800 0 0.01 16800 long_term.ll 4 66031 0 0.01 66001 0 0.01 66001 lookup.ll 2 68844 0 0.01 68813 0 0.01 68813 loopFilter.ll 8 157592 0 0.02 157571 0 0.02 157571 loop_unroll.ll 602 1276589 8 0.29 1276255 * * * lopcodes.ll 0 5630 0...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and