Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 336
    • Issues 336
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Issues
  • #1698

Closed
Open
Created Oct 23, 2006 by Kai Trojahner@ktrGuest

prop_obj prfs missing

Bugzilla Link 311
Created on Oct 23, 2006 15:53
Resolution FIXED
Resolved on Nov 09, 2007 12:35
Version 1.00beta
OS Linux
Architecture PC
Attachments wldpbug.sac

Extended Description

Compiling a stepped mandelbrot example fails
int mandelbrot( double xmin, double xmax, double ymin, int depth, double zoom,
SDLdisplay &disp )
{
  drawn = genarray( [YRES, XRES], false );
  steps = [16,4];
  for( i=0; i < 2; i++ )
  {
    drawn, disp = with
    {
      ( . <= [y,x] <= . step [steps[[i]], steps[[i]]] ): ( true, disp );
    } ( genarray( [YRES, XRES], false ) , propagate( disp ) );
  }
It turns out, that in Withloop-default partition generation (-b10:wldp, after
-b10:accu), the important prop_obj prfs are not compiled and thus we get faulty
reference counting on disp.
Since we are not really interesting in locking the display in these generators,
I suggest a comeback of the F_prop_obj. F_prop_obj could be the result of
merging F_prop_obj_in, F_prop_obj_out and it can be used in cases like this
where we are only interested in a correct representation.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking