2019-09-13 |
Jay Krell | [interp] Replace frame_objref with a volatile store...
|
commit | commitdiff | tree |
2019-09-12 |
Jay Krell | [Coop] Debugger single point of exit. (#16620)
|
commit | commitdiff | tree |
2019-09-12 |
Jay Krell | [interp] Remove unused parameters. (#16773)
|
commit | commitdiff | tree |
2019-09-12 |
Jay Krell | [interp] Add assert in jmp that sp == stack at start...
|
commit | commitdiff | tree |
2019-09-12 |
Jay Krell | [interp] Fix buffer overreads and overwrites found...
|
commit | commitdiff | tree |
2019-09-11 |
Jay Krell | [interp] Reduce register pressure in endfinally.
|
commit | commitdiff | tree |
2019-09-09 |
Jay Krell | [interp] Let compiler decide clear_resume_state inlining...
|
commit | commitdiff | tree |
2019-09-09 |
Jay Krell | [interp] Embrace that ip is const guint16* and remove...
|
commit | commitdiff | tree |
2019-09-08 |
Jay Krell | [interp] Fix debug build. (#16720)
|
commit | commitdiff | tree |
2019-09-07 |
Jay Krell | [interp] Fix recent warnings I added. (#16722)
|
commit | commitdiff | tree |
2019-09-07 |
Jay Krell | [interp] Assign sp once is enough in leave. (#16694)
|
commit | commitdiff | tree |
2019-09-05 |
Jay Krell | [interp] Localize endfinally_ip to leave, and it cannot...
|
commit | commitdiff | tree |
2019-09-05 |
Jay Krell | [interp] Remove unused parameter to ves_pinvoke_method...
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Remove unnecessary cast.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Allocate MAX_PATH to start, but it usually wastes memory.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Fix C++?
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | cleanup
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Test invalid module.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Skip psapi.dll and go right to the Windows 7 or newer...
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Remove cast.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | comments
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Remove accident.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | MAX_PATH reduction.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Tweak names and fix preexisting leak under low memory.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | [Coop] GetStackTraces.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | [Coop] ves_icall_System_IOSelector_Add
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Fix overly sensitive g_ascii_strncasecmp tests.
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Add g_asciiz_equal_caseinsensitive, g_ascii_equal_caseinsens...
|
commit | commitdiff | tree |
2019-09-04 |
Jay Krell | Cleanup and augment string handling based on https...
|
commit | commitdiff | tree |
2019-09-03 |
Jay Krell | [coop] CustomAttributeBuilder_GetBlob, etc. (#16579)
|
commit | commitdiff | tree |
2019-09-03 |
Jay Krell | [Coop] ves_icall_InternalInvoke. (#16625)
|
commit | commitdiff | tree |
2019-09-03 |
Jay Krell | Fix non-netcore warning about add_assembly_to_alc....
|
commit | commitdiff | tree |
2019-09-01 |
Jay Krell | [Coop] Fully inline NULL_HANDLE (do not even access...
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | Rename parameter back.
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | PR: And then rename the icall back.
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | PR: Rename function; cleanup slightly.
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | [Coop] Monitor.
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | [coop] Allow SETUP_ICALL_FRAME (i.e. a loop) to reference...
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | Follow convention -- "static inline" is only for .h...
|
commit | commitdiff | tree |
2019-08-31 |
Jay Krell | [coop] InternalGetHashCode (#16583)
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | Cleanup x86_patch and amd64_patch. (#16474)
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | [coop] mono_runtime_class_init_full (#16580)
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | [Coop] ves_icall_RuntimeFieldInfo_GetRawConstantValue...
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | [interp] Compress interpreter opcode names in usual...
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | [coop] Convert System_Runtime_Remoting_Messaging_AsyncResult...
|
commit | commitdiff | tree |
2019-08-30 |
Jay Krell | [Coop] mono_runtime_class_init_full mostly single point...
|
commit | commitdiff | tree |
2019-08-29 |
Jay Krell | Cleanup trampoline size checks. (#15624)
|
commit | commitdiff | tree |
2019-08-29 |
Jay Krell | [Coop] mono_load_remote_field_checked single point...
|
commit | commitdiff | tree |
2019-08-29 |
Jay Krell | [coop] Cleanup mono_reflection_get_custom_attrs_blob_checked...
|
commit | commitdiff | tree |
2019-08-29 |
Jay Krell | Should fix many warnings: sgen-protocol-def.h adding...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | Read only function pointers (MonoThreadInfoRuntimeCallbacks...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [interp] Fix remaining MonoError reuse. (#16533)
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | Portably pass a full pointer and not just an integer...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [interp] Possible code size savings via goto instead...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | Fix assert in x86_patch regarding second byte of Jcc...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [interp] Outline box. (#16456)
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [interp] Minor cleanup of `stackval_from_data`. Compiler...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [interp] Asserts pessimize clang. Removing saves 16...
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | Remove dead Boehm code. (#15224)
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | [mini] Cleanup MONO_MMAP_32BIT. (#16469)
|
commit | commitdiff | tree |
2019-08-28 |
Jay Krell | Cleanup arm64 SeqPointInfo.
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | Inline mono_string_length_internal and mono_string_chars_int...
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | [interp] Error handling refactor (optimize non-exception...
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | [interp] Replace imethod with frame->imethod. (#16459)
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | CodeManager cleanup: (#16468)
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | [monodis] Combine adjacent identical cases. (#16501)
|
commit | commitdiff | tree |
2019-08-27 |
Jay Krell | mono_attach_load_agent: Fix leaks, alloc, copy. (#15950)
|
commit | commitdiff | tree |
2019-08-26 |
Jay Krell | Add missing const, particularly on functions "like...
|
commit | commitdiff | tree |
2019-08-26 |
Jay Krell | [interp] Cleanup stackval_to_data and stackval_to_data_addr...
|
commit | commitdiff | tree |
2019-08-25 |
Jay Krell | Add MONO_LLVM_INTERNAL to mono_jit_compile_method....
|
commit | commitdiff | tree |
2019-08-25 |
Jay Krell | [interp] Outline mono_interp_box_vt. (#16454)
|
commit | commitdiff | tree |
2019-08-24 |
Jay Krell | [interp] Outline STRMFLD_VT. (#16355)
|
commit | commitdiff | tree |
2019-08-24 |
Jay Krell | [windows gc] Trim one syscall per thread in garbage...
|
commit | commitdiff | tree |
2019-08-24 |
Jay Krell | Remove dlmalloc from Win32. (#15773)
|
commit | commitdiff | tree |
2019-08-22 |
Jay Krell | [interp] Replace endsp with preexisting child_frame...
|
commit | commitdiff | tree |
2019-08-20 |
Jay Krell | [interp] Outline box_nullable. (#16356)
|
commit | commitdiff | tree |
2019-08-20 |
Jay Krell | [interp] Reduce register/stack pressure esp. around...
|
commit | commitdiff | tree |
2019-08-20 |
Jay Krell | [interp] Relieve register/stack pressure around mono_thread_...
|
commit | commitdiff | tree |
2019-08-20 |
Jay Krell | Fix warnings. (#16287)
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Inline MINT_NEWOBJ_VTST_FAST (#16314)
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Reduce register/stack pressure slightly, i...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Remove InterpFrame.locals, replace with reasonably...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Outline ves_array_element_address to save...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | Reduce size of internal MonoErrors by 3 pointers, while...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | [interp] Replace frame.args with frame.stack, the same...
|
commit | commitdiff | tree |
2019-08-19 |
Jay Krell | warning: mono-threads-wasm.c no previous prototype...
|
commit | commitdiff | tree |
2019-08-18 |
Jay Krell | [interp] Reduce register/stack pressure slightly. ...
|
commit | commitdiff | tree |
2019-08-17 |
Jay Krell | Add comments explaining goto main_loop vs. MINT_IN_DISPATCH.
|
commit | commitdiff | tree |
2019-08-17 |
Jay Krell | Put finally data back in locals instead of frame to...
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | thread names: coop, constants, usually ignore-error.
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | [Coop] Convert mono_attach_load_agent. (#15954)
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | Ignore NULL in mono_marshal_free_dynamic_wrappers and...
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | Fill in more MONO_PATCH_INFO_NONE support. (#13990)
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | [interp] Localize c, i32, o as suggested. (#16268)
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | [interp] Fix more MonoError reuse (mono_object_new_checked...
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | intepreter: remove last element from various arrays...
|
commit | commitdiff | tree |
2019-08-16 |
Jay Krell | [interp] Fully outline enum_hasflag to save stack....
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [mini] Cleanup alloca: call twice instead of once,...
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [interp] Fix more MonoError reuse. (#16262)
|
commit | commitdiff | tree |
2019-08-15 |
Jay Krell | [Coop] Convert emit_invoke_call. (#15964)
|
commit | commitdiff | tree |