Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.208 Times

Smieciuch++ 0.6.4 RC3

  Date Added: October 02, 2010  |  Visits: 884

Smieciuch++ 0.6.4

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



Smieciuch library is a precise (in case of C++) or nearly precise (in case of plain C) tracing garbage collector. Tracing means that GC scans memory for active pointers and traces all paths (consisting of possibly multiple pointer indirections) from so called memory roots (static global data and execution stack(s)) to any reachable allocated heap block. If there are not paths from memory roots into some block then such block is recognised as dead (unreachable) so it might be freed. Being precise means that it is impossible to mess managed pointer (aka managed reference) with any other kind of program data. Oposite term is conservative - in such case collector (aka memory manager) does not know for sure if particular data is managed pointer or not and thus anything what might be pointer (that usually means anything whichs value might be interpreted as pointer into one of allocated heap areas) is treated as a live pointer to some memory area and thus protects that (allocated) area from being freed. So conservative garbage collector might (an in real life often does) recognise some dead memory objects as still alive (thus wasting memory). In real life such problems get more and more pronounced when percentage of total address space used by application increases. And those are often the cases where memory usage is an important problem. C++ Smieciuch is precise so there are no such issues, but more explanations are needed for C variants near precission... C Smieciuch is fully precise for everything but stack located managed references. If there is right (or rather wrong) set of conditions some non managed pointer data could for the eyes of collector impersonate some managed pointer used by some earlier invoked procedure. There must be three bads in line: GC didnt notice that one procedure is finished and another one is now using stack area previusly used by finished one, and miss the fact that nonstatic variables used by previous procedure are now dead; Place on stack previously (during finished procedure execution) occupied by managed pointer is now (at least partly) occupied by some other type of variable; Value stored into that new variable causes that place on stack to form a valid address to one of allocated heap objects. As one can see this problem is well localised. Im thinking about techniques to reduce it even further, but I have no idea how to get rid of it completely. Mind you, this is only the case of C code, as in C++ managed pointers are encapsulated by apropriate smart pointer classes and destructors take care of informing GC that particular managed pointer is no longer live. Whats New in This Release: Bugs fixed... - Fixed critical flaw corrupting memory when new(GC) was called inside constructor called by athother new(GC). - Fixes for MSVC 6.0 compilation problems reported by Vincent Rivière. Enhancements... - New method for dynamically determining when to collect garbage. This brings better performance without finetuning. - Initial collection threshold incresased from 256KB do 4MB of allocated data. - Added assertions for smart pointer validity for debug builds. - Cleaned up source and makefiles a bit.. Smieciuch Garbage Collector for C and C++

Requirements: No special requirements
Platforms: Linux
Keyword: Case Gc In Case In Case Of Libraries Managed Memory Pointer Precise Programming Smieciuch Used By
Users rating: 0/10

License: Freeware
USER REVIEWS
More Reviews or Write Review


SMIECIUCH++ 0.6.4 RELATED
Libraries  -  libband 0.01
LibBand is a simple library wrapper written in assembly and C (but I plan to rewrite everything in C) useful if you want to limit the bandwidth used by a program. It simply overrides some libc functions, using the LD_PRELOAD environment...
22.53 KB  
Screen Savers  -  Water Lily New
An artistic rendering of a water lily in hues of salmon pink and orange appears on screen, followed by the fluttering of blue butterflies. Give your desktop a calm and relaxing feeling with the Water Lily screensaver. for WindowsXP, Vista, 7
 
Programming  -  kin 0.0.2
kin is a set of libraries and tools supporting meta-programming for engineering and technical computing applications. This JVM version of kin has been superseded by the stand-alone version being developed at http://purl.org/net/kin.
477.44 KB  
Modules  -  RSJ Promise 1.0
The module was designed by students in the Masters in Interactive Environmental Journalism for their needs, but could be used by any group trying move users from simply being informed about a topic to actually committing time or money to do...
 
Modules  -  XRDS-Simple 1.0
XRDS-Simple is a profile of XRDS, a service discovery protocol which is used by the OpenID authentication specification as well as OAuth.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the...
 
Games  -  The Case of Samuel Gregor 1.0
The Case of Samuel Gregor is a free interactive fiction novel with a surreal and travel theme. There is a knock at the door of your office. Without waiting for an answer, the Dean of the university walks into your working quarters,...
122.88 KB  
Games  -  Masquerade Mysteries: The Case of the Copycat Curator for Mac OS 1.0
Masquerade Mysteries follows the adventure of Private Investigator Joy Black as she tracks down art thieves that are stealing artwork from her father. During the investigation, Joy will have to gather items and reassemble them into new disguises...
165 MB  
Libraries  -  pysnort 0.91
pysnort is a set of libraries written in python and for python. The main goal is to provide developers with a fast, easy to use, powerful and reliable program interface. Up to now theres only a mysql log interface. But this interface is powerful...
24.58 KB  
Libraries  -  Class::Meta::Declare 0.04
Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package...
15.36 KB  
MP3 Tools  -  SuningDVD[Free] 1.3
SuningDvd SuningDvd is a run on the Windows platform, the performance of super-powerful, highly intelligent and easy to use audio and video entertainment platform in support of Windows2000, WindowsXP, Windows2003, Vista, and Windows7 operating...
26.47 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB