From fd1c75806792cb8aed789dab9524ed2543c26ed6 Mon Sep 17 00:00:00 2001 From: Qiming HOU Date: Sat, 2 Apr 2016 00:03:05 +0800 Subject: [PATCH] removed-notebook-from-git --- notebook.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 notebook.json diff --git a/notebook.json b/notebook.json deleted file mode 100644 index 996f5c1..0000000 --- a/notebook.json +++ /dev/null @@ -1 +0,0 @@ -{"cells":[{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for the project\ncd /d c:/tp/pure\nbootstrap\\bin\\win32_release\\main --arch=win32 main.jc\nrem bin\\win64_release\\main --arch=win32 main.jc\nif errorlevel 1 goto end\nrem bin\\win32\\main --rebuild -awin32 test/test_u32_cns_shift.jc --run\nrem bin\\win32\\main --rebuild -awin32 mo/qpad.jc --run\nrem bin\\win32\\main --no_c_lines --rebuild -awin32 -brelease mo/qpad.jc\nrem bin\\win32\\main -vv --rebuild -awin32 -brelease mo/qpad.jc > $log.txt\nrem bin\\win32\\main -vv --rebuild -awin32 test/test_gui.jc --run >$log.txt\nrem bin\\win32\\main -vv --rebuild -awin32 test/test_empty_ctor.jc --run >$log.txt\nrem bin\\win32\\main -vv --rebuild -awin32 -brelease test/test_pbuf.jc --run >$log.txt\nrem bin\\win32\\main -vv --no_c_lines --rebuild -awin32 test/test_stackalloc2.jc --run >$log.txt\nrem bin\\win32\\main --no_c_lines --readable_c_code --rebuild -awin64 -brelease m:/dde/trainer3k/feature_learning.jc --run >$log.txt\nrem bin\\win32\\main --rebuild test/test_rc4.jc --run\nrem bin\\win32\\main -vv --rebuild -awin32 --readable_c_code mo/qpad.jc --run >$log.txt\nrem bin\\win32\\main --rebuild -awin32 --no_c_lines --readable_c_code mo/qpad.jc --run\nrem bin\\win32\\main -vv --rebuild -awin32 --no_c_lines --readable_c_code -brelease test/test_js0.jc --run >$log.txt\nrem bin\\win32\\main --rebuild --no_c_lines --readable_c_code test/test_array4.jc --run > $log.txt 2> NUL\nrem bin\\win32\\main -vv test/test_timely_release.jc --run >$log.txt\nrem bin\\win32\\main -vv --rebuild --no_c_lines --readable_c_code --cpp test/test_js0.jc --run > $log.txt\nbin\\win32\\main -vv --rebuild --no_c_lines --readable_c_code --cpp test/test_crash.jc --run > $log.txt\n:end\n","m_text_out":"Stopped...\nc:/tp/pure/notebook.json:1:1: fatal error: the script has returned an error 1\n","m_cell_id":0,"m_has_any_error":1,"m_completion_time":[2016,3,0,17,38,53,5],"m_current_path":"c:/tp/pure"},{"m_language":"Markdown","m_text_in":"# TODO LIST\nmore timely destruction of unnamed variables\n\tnon-temp locals of an inline\n\trenaming something *TO* a force_death-ed:\n\t\tthe force_death is run\n\t\tbut the variable may get used *after* it\n\tdefer to later\n\t--\n\tfundamentally, they're front-end live range annotations\n\tthey provide accurate death points... that have to be maintained during optimization\n\t\tbut it's more accurate than what we could get in backend\n\t\t\tconditionally assigned locals can be killed in FE\n\t\t\tbut in BE... hard to analyze?\n\trepresent scope open/close as hack functions...\n\t--\n\twhich is easier?\n\t\taccurate live range in rcdfsComputeSafeStoreAndVarDeath\n\t\t\twhy are we making all the for loops atomic blocks?\n\t\t\t\tfailure to do a proper CFG\n\t\tall-the-way maintained FE hint\ndo not stack-alloc JS-returned arrays\nrobust serialization\n\tthe most important feature in machine learning code\n\tmatching two pb types\nautomatically highlight the most useful pieces of errors\n\tin a user program, not function-ranged\nliterate-programming-like GL\n\ttech: global variable indexed by code location\n\trun time literate for shader composition\n\tcould use it for JS strings?\n","m_text_out":"","m_cell_id":1,"m_has_any_error":0},{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for 'c:/tp/pure/test/unicodeguy.jc'\ncd /d c:/tp/pure/test\njc c:/tp/pure/test/unicodeguy.jc --run\n","m_text_out":"s7main.c\r\n Creating library c:/tp/pure/test/bin/win32/unicodeguy.lib and object c:/tp/pure/test/bin/win32/unicodeguy.exp\r\n","m_cell_id":2,"m_has_any_error":0,"m_current_path":"c:/tp/pure/test","m_completion_time":[2016,1,23,21,2,55,3]},{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for 'c:/tp/pure/test/glmaker_pure.jc'\ncd /d c:/tp/pure/test\njc c:/tp/pure/test/glmaker_pure.jc --run\n","m_text_out":"s7main.c\r\n Creating library c:/tp/pure/test/bin/win32/glmaker_pure.lib and object c:/tp/pure/test/bin/win32/glmaker_pure.exp\r\ng-l.jc updated\r\n","m_cell_id":3,"m_has_any_error":0,"m_current_path":"c:/tp/pure/test","m_completion_time":[2016,2,29,20,4,59,3]},{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for 'c:/tp/pure/test/test_nfd.jc'\ncd /d c:/tp/pure/test\njc c:/tp/pure/test/test_nfd.jc --run\n","m_text_out":"s7main.c\r\n Creating library c:/tp/pure/test/bin/win32/test_nfd.lib and object c:/tp/pure/test/bin/win32/test_nfd.exp\r\nstring.NULL\r\nstring.NULL\r\n","m_cell_id":4,"m_has_any_error":0,"m_current_path":"c:/tp/pure/test","m_completion_time":[2016,1,28,15,57,16,1]},{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for 'c:/tp/pure/wrapper/duktape.c'\ncall \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\Tools\\\\..\\..\\vc\\bin\\x86_amd64\\vcvarsx86_amd64.bat\"\ncd /d c:/tp/pure/wrapper\ncl /Zi /D_HAS_ITERATOR_DEBUGGING=0 /D_SECURE_SCL=0 /D_SCL_SECURE_NO_WARNINGS /MT /DPM_C_MODE /DNEED_MAIN_WRAPPING c:/tp/pure/wrapper/duktape.c && duktape\n","m_text_out":"Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64\r\nCopyright (C) Microsoft Corporation. All rights reserved.\r\n\r\nduktape.c\r\nMicrosoft (R) Incremental Linker Version 12.00.31101.0\r\nCopyright (C) Microsoft Corporation. All rights reserved.\r\n\r\n/out:duktape.exe \r\n/debug \r\nduktape.obj \r\nLINK : fatal error LNK1561: entry point must be defined\r\nc:/tp/pure/notebook.json:1:1: fatal error: the script has returned an error 2\n","m_cell_id":5,"m_has_any_error":1,"m_current_path":"c:/tp/pure/wrapper","m_completion_time":[2016,2,17,10,24,38,5]},{"m_language":"Markdown","m_text_in":"Search result","m_text_out":"c:/tp/pure/test/glpure_part0.jc:99347..99377: glCreateRenderToTextureContext\nc:/tp/pure/test/glpure_part0.jc:102059..102089: glCreateRenderToTextureContext\nc:/tp/pure/units/g-l.jc:100050..100080: glCreateRenderToTextureContext\n","m_cell_id":6,"m_has_any_error":1},{"m_language":"Windows BAT","m_text_in":"@echo off\nrem build script for 'c:/tp/pure/test/pmjs.jc'\ncd /d c:/tp/pure/test\ndel bin\\win32_release\\pmjs.exe\njc -brelease c:/tp/pure/test/pmjs.jc\ncopy bin\\win32_release\\pmjs.exe ..\\bin\\win32_release\n\n","m_text_out":"s7main.c\r\n 1 file(s) copied.\r\n","m_cell_id":7,"m_has_any_error":0,"m_current_path":"c:/tp/pure/test","m_completion_time":[2016,2,27,15,39,33,1]}]} \ No newline at end of file