Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge trunkdrh_micro_optimization | jan.nijtmans | 2016-06-26 | 1 | -1/+2 |
|\ | |||||
| * | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -3/+2 |
| |\ | |||||
| | * | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -3/+2 |
| | | | |||||
| * | | Fix [e14c77b845]: Compilation error over typedef. | jan.nijtmans | 2016-06-02 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fix [e14c77b845]: Compilation error over typedef. | jan.nijtmans | 2016-06-02 | 1 | -1/+3 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2016-04-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ↵ | jan.nijtmans | 2016-04-05 | 1 | -0/+1 |
| | | | | | | | | | | | | pspjuth here: [e99a79a32650e7e5] | ||||
* | | | merge trunk | jan.nijtmans | 2016-04-05 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Two micro-optimizations in Win and UNIX notifier. See: ↵ | jan.nijtmans | 2016-04-01 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | | | | [http://code.activestate.com/lists/tcl-core/15645/] | ||||
| | * | - Undo unix notifier changes: too risky at this moment. | jan.nijtmans | 2016-03-25 | 1 | -1/+3 |
| | |\ | | |/ | |/| | | | | - Merge trunk - (cherry-pick from dhr-micro-optimization): Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in TclInitSubsystems | ||||
| | * | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. ↵ | jan.nijtmans | 2016-03-21 | 1 | -0/+1 |
| |/ | | | | | | | One less mutex to be worried about. | ||||
| * | Make function TclDisassembleByteCodeObj() static, since it is only used in a ↵ | jan.nijtmans | 2016-01-18 | 1 | -2/+0 |
| | | | | | | | | single source file. | ||||
| * | Put the file location information that Tcl has into the disassembled code. ↵ | dkf | 2016-01-18 | 1 | -1/+2 |
| | | | | | | | | Important for tclquadcode. | ||||
* | | Merge trunk | jan.nijtmans | 2015-11-22 | 1 | -6/+1 |
|\ \ | |/ | |||||
| * | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off ↵ | jan.nijtmans | 2015-11-22 | 1 | -1/+3 |
| | | | | | | | | NRE asserts by default. About a 5% speedup on [clock format]. | ||||
| * | Expose some of the TclBN operations through the internal API, so clients of ↵ | dkf | 2015-10-28 | 1 | -6/+1 |
| | | | | | | | | the bignum code don't need to use tclTomMath.h directly. | ||||
* | | Avoid isnan call to make double-using code faster. | pspjuth | 2015-10-25 | 1 | -1/+7 |
| | | |||||
* | | merge changes from pspjuth that optimize conversion from unichar to utf and ↵ | Kevin B Kenny | 2015-10-24 | 1 | -0/+1 |
| | | | | | | | | add optimized versions for reading a word from byte codes. | ||||
* | | Turn off NRE asserts by default. About a 5% speedup on [clock format]. | dkf | 2015-10-22 | 1 | -1/+3 |
| | | |||||
* | | Micro-optimization: remove double checked lock from TclGetAllocCache in ↵ | Kevin B Kenny | 2015-10-21 | 1 | -0/+3 |
|/ | | | | favour of initialization in TclInitSubsystems | ||||
* | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -3/+0 |
|\ | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier | ||||
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -3/+0 |
| |\ | | | | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier | ||||
| | * | merge trunk. | jan.nijtmans | 2015-08-19 | 1 | -3/+0 |
| |/ |/| | | | Remove now unused internal functions. | ||||
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -0/+3 |
|\ \ | |/ | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | ||||
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -0/+3 |
| |\ | | | | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | ||||
| | * | merge trunkbug_57945b574a_without_stub | jan.nijtmans | 2015-07-15 | 1 | -19/+19 |
| | |\ | |_|/ |/| | | |||||
| | * | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. | Joe Mistachkin | 2015-06-17 | 1 | -1/+1 |
| | | | |||||
| | * | Change Tcl_MutexUnlockAndFinalize() to internal function ↵ | jan.nijtmans | 2015-06-16 | 1 | -0/+1 |
| | | | | | | | | | | | | TclpMutexUnlockAndFinalize(). This does not require a TIP, and still should fix the reported bug. | ||||
| | * | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 1 | -1/+2 |
| | |\ | |||||
| | * | | Draft fix for a potential race condition in the new ↵ | Joe Mistachkin | 2015-05-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Tcl_MutexUnlockAndFinalize API. Not yet tested. | ||||
* | | | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a ↵ | jan.nijtmans | 2015-07-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | better idea. A few more consistancies in refcount management. | ||||
* | | | | Member field which should not have been const, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 1 | -17/+17 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | allocated. Some end-of-line spacing in header files. | ||||
| * | | With no callers left, TclIsLocalScalar() is removed. | dgp | 2014-12-19 | 1 | -1/+0 |
| | | | |||||
* | | | Reduce the list walking by keeping lastPtr fields.zippy_fifo | dgp | 2015-04-16 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Eliminate TclIsLocalScalar(). No callers left. | dgp | 2014-12-23 | 1 | -1/+0 |
| | | |||||
* | | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777 | dgp | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | is respected without need to run afoul of encoding finalizations. tests pass now. All changes are fully internal. | ||||
* | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵ | dgp | 2014-12-05 | 1 | -0/+1 |
|\ \ | |/ | | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results. | ||||
| * | Stop using isalnum(.). Its results are not portable. Replace with our | dgp | 2014-12-04 | 1 | -0/+1 |
| | | | | | | own private routine TclIsBareword() that does exactly what we want. | ||||
| * | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 1 | -0/+2 |
| |\ | |||||
| * \ | merge 8.5 | dgp | 2014-05-01 | 1 | -0/+18 |
| |\ \ | |||||
| | * | | Fix more corner-cases like ↵ | jan.nijtmans | 2014-05-01 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f1]: The only place where a type of &tclByteArrayType can be trusted is when determining its length, because the character length of a (UTF-8) string is always equal to the byte length of the byte array. | ||||
| * | | | merge 8.5 | dgp | 2014-04-24 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
* | | | | comment fix | dgp | 2014-09-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | dkf | 2014-09-09 | 1 | -1/+2 |
| | | | | |||||
* | | | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -0/+2 |
| | | | |||||
* | | | Improved the error messages. | dkf | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | | | | | We do not want parsing an invalid dictionary to give errors about lists! As compensation, we get greater precision in the errorcode. | ||||
* | | | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: ↵bug_47d66253c9 | jan.nijtmans | 2014-05-12 | 1 | -0/+24 |
| | | | | | | | | | | | | "lsearch -sorted -integer" on 64bit system | ||||
* | | | merge trunk | dgp | 2014-04-24 | 1 | -0/+1 |
|\ \ \ | |||||
| * \ \ | [3493120] Plug memory leak in thread exit. | dgp | 2014-04-24 | 1 | -0/+1 |
| |\ \ \ | | | |/ | | |/| |